PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


RemoveWindowProperty

Removes a piece of data that is associated with a window.

pascal OSStatus RemoveWindowProperty (
                     WindowPtr window,
                     PropertyCreator propertyCreator,
                     PropertyTag propertyTag);
window
A value of type WindowPtr . Pass a pointer to the window whose data is to be removed.
propertyCreator
A four-character code. Pass the creator code (typically, the application's signature) of the associated data to be removed.
propertyTag
A four-character code. Pass the application-defined code identifying the associated data to be removed.
function result
A result code. See Result Codes.
DISCUSSION

The data removed by the RemoveWindowProperty function must have been previously associated with the window with the function SetWindowProperty .

VERSION NOTES

Available with Mac OS 8.5 and later.


© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)